Welcome![Sign In][Sign Up]
Location:
Search - bash shell

Search list

[OtherLearningTheBashShell

Description: Learning the Bash Shell Second Edition Ebook
Platform: | Size: 646144 | Author: cr0_ | Hits:

[OtherBashGuide

Description: bash新手指南,是介绍Linux下shell编程不错的入门级材料-bash new guide is to introduce the shell programming under Linux a good entry-level material
Platform: | Size: 356352 | Author: wangzhigang | Hits:

[Linux-Unixysh

Description: 本实验要实现一个简单的命令解释器,也就是Linux中的shell程序。实验程序起名为ysh,要求其设计类似于目前流行的shell解释程序,如bash、csh、tcsh,但不需要具备那么复杂的功能。ysh程序应当具有如下一些重要的特征:  能够执行外部程序命令,命令可以带参数。 . 。  能够执行fg、bg、cd、history、exit等内部命令。  使用管道和输入输出重定向。  支持前后台作业,提供作业控制功能,包括打印作业的清单,改变当前运行作业的前台/后台状态,以及控制作业的挂起、中止和继续运行。 除此之外,在这个实验中还须做到:  使用make工具建立工程。  使用调试器gdb来调试程序。  提供清晰、详细的设计文档和解决方案。 -This experiment in order to achieve a simple command interpreter, that is, the shell process in Linux. Experimental procedure named ysh, required that their design is similar to the current popular interpretation of the procedures of the shell, such as bash, csh, tcsh, but it does not need a less complex function. ysh procedures should have the following important features:  external procedures to perform the command, the command can take parameters. . .  to perform fg, bg, cd, history, exit the internal order.  the use of input and output pipes and redirection.  support before and after the Taiwan operations, the provision of operating control functions, including a list of print jobs, change the current operation of the front running/background status of the pending operation and control, suspension and continue to run. In addition, this experiment must be done:  make tools to use to establish the project.  use gdb
Platform: | Size: 8192 | Author: 香烟 | Hits:

[OtherOReilly_Learning_the_bash_Shell

Description: This second edition covers all of the features of bash Version 2.0, while still applying to bash Version 1.x. It includes one-dimensional arrays, parameter expansion, more pattern-matching operations, new commands, security improvements, additions to ReadLine, improved configuration and installation, and an additional programming aid, the bash shell debugger.
Platform: | Size: 646144 | Author: tmkguy | Hits:

[OtherLinux_Shell_Scripting_Tutorial

Description: This tutorial is designed for beginners only and This tutorial explains the basics of shell programming by showing some examples of shell programs. Its not help or manual for the shell. While reading this tutorial you can find manual quite useful ( type man bash at $ prompt to see manual pages). Manual contains all necessary information you need, but it won t have that much examples, which makes idea more clear. For that reason, this tutorial contains examples rather than all the features of shell. I assumes you have at least working knowledge of Linux i.e. basic commands like how to create, copy, remove files/directories etc or how to use editor like vi or mcedit and login to your system.
Platform: | Size: 116736 | Author: tmkguy | Hits:

[Linux-Unixext2

Description: information extraction from EXT2 filesystem. this program imitates the bash shell, and accepts such basic commands as info, group, pwd, ls, cd, cat, quit. this code was written in linux and compiled by gcc. it can be run on linux machines. i didn t use comments in the code, so if you have any questions, pm me.
Platform: | Size: 2048 | Author: kose | Hits:

[Linux-Unixbash_cookbook

Description: Book for using bash shell on unix-linux systems.
Platform: | Size: 1953792 | Author: stipe | Hits:

[Embeded Linuxshell-guide

Description: 一篇不错的shell教程,很不错的bash脚本编写教程-shell programing guide
Platform: | Size: 117760 | Author: 陈躬止 | Hits:

[Windows DevelopShell_Script

Description: 这是一个linux shell bash 源码,用C++编写。-failed to translate
Platform: | Size: 277504 | Author: guoxu | Hits:

[Shell apich10.ppt

Description: 認識bash shell shell是一種指令解譯器 shell是直譯型的程式語言 shell所撰寫的程式碼程為script(腳本) BASH shell結合了K shell與C shell的特性
Platform: | Size: 12288 | Author: q0248933 | Hits:

[OtherBash_learning

Description: 这个文档对于初接触unix朋友很有帮助,可以很全面的熟悉bash she-This document useful for the initial contact with unix friends, can be fully familiar with bash shell
Platform: | Size: 356352 | Author: 王明 | Hits:

[Linux-Unixshell_script_tutorial_lsst_v2

Description: 该电子书通过实用例子, 详细介绍Bash shell 编程的语法和技巧.是系统程序员, C/C++开发人员的宝典.-This e-book is the best on bash shell programming. It has all the syntax and lots of examples. Very useful for both beginers and experienced software developers.
Platform: | Size: 1668096 | Author: Mike | Hits:

[Otheradvance_bash_scriipt_progaming_guide

Description: 高级shell脚本编程,是学习shell编程的不可多得的一本参考书。-Advanced shell scripting, shell programming to learn an invaluable reference book.
Platform: | Size: 1371136 | Author: zhipeng ye | Hits:

[OtherPro_Bash_Programming_Scripting_the_Linux_Shell

Description: Pro_Bash_Programming_Scripting_the_Linux_Shell 是一本由浅入深的 Bash Shell Script.事实上, 在 UNIX/Linux 里, 很多工作不需要专门写一个C/C++程式来完成, 利用 Bash Script 就可以完成, 小巧简单迅速. Chapter 1: Hello, World! Your First Shell Program Chapter 2: Input, Output, and Throughput Chapter 3: Looping and Branching Chapter 4: Command-Line Parsing and Expansion Chapter 5: Parameters and Variables Chapter 6: Shell Functions Chapter 7: String Manipulation Chapter 8: File Operations and Commands Chapter 9: Reserved Words and Builtin Commands Chapter 10: Writing Bug-Free Scripts and Debugging the Rest Chapter 11: Programming for the Command Line Chapter 12: Runtime Configuration Chapter 13: Data Processing Chapter 14: Scripting the Screen Chapter 15: Entry-Level Programming -Pro_Bash_Programming_Scripting_the_Linux_Shell is a progressive approach to the Bash Shell Script. In fact, in UNIX/Linux, the specialist does not require a lot of work to write a C/C++ program to complete, using Bash Script can be completed, small simple and fast. Chapter 1: Hello , World! Your First Shell Program Chapter 2: Input, Output, and Throughput Chapter 3: Looping and Branching Chapter 4: Command-Line Parsing and Expansion Chapter 5: Parameters and Variables Chapter 6: Shell Functions Chapter 7: String Manipulation Chapter 8: File Operations and Commands Chapter 9: Reserved Words and Builtin Commands Chapter 10: Writing Bug-Free Scripts and Debugging the Rest Chapter 11: Programming for the Command Line Chapter 12: Runtime Configuration Chapter 13: Data Processing Chapter 14: Scripting the Screen Chapter 15 : Entry-Level Programming
Platform: | Size: 3618816 | Author: 陳文風 | Hits:

[OtherABS_Guide_cn

Description: 一本非常简洁而精典的BASH编程指导书,字字都是前人总结归纳,对初学者非常有用-Advanced Bash Shell Scripting Guide
Platform: | Size: 968704 | Author: 卫平 | Hits:

[Linux-Unixadv-bash-scripting-guide

Description: Advanced BASH (unix/linux shell scripting language) scripting guide.
Platform: | Size: 1392640 | Author: Predictor | Hits:

[Othershell

Description: 毫无疑问,UNIX/Linux 最重要的软件之一就是shell,目前最流行的shell 被称为Bash(Bourne Again Shell),几乎所有的Linux 和绝大部分的UNIX 都可以使用Bash。作为系统与用户之间的交互接口,shell几乎是你在UNIX 工作平台上最亲密的朋友,因此,学好shell,是学习Linux/UNIX 的的开始,并且它会始终伴随你的工作学习。-There is no doubt, UNIX/Linux software, is one of the most important shell, the most popular shell is called Bash (Bourne Again Shell), almost all Linux and most UNIX can use Bash. As the interaction between system and user interface, shell almost UNIX workstations in your most intimate friends, therefore, to learn shell, is to learn Linux/UNIX in the beginning, and it will always work with you to learn.
Platform: | Size: 1367040 | Author: 樱空 | Hits:

[Othershell

Description: 是一部关于bash基础编程的书籍,非常方便初学者学习Linux中相关bash的内容。-Is a book on the bash-based programming is very easy for beginners to learn Linux the contents of the relevant bash.
Platform: | Size: 199680 | Author: zzyhyuan | Hits:

[WEB Codeperlpart

Description: Unix/Linux脚本编程: perl部分Perl 的设计目标是帮助 UNIX 用户完成一些常见的任务,这些任务对于 Shell 来说过于沉重或对移植性要求过于严格。Perl 语言中包含了 C、C++、shell,script、sed、awk 这几个语言的语法,它最初的目的就是用来取代 UNIX 中 sed/awk 与 脚本语言的组合,用来汇整信息,产生报表。因此 Perl 语言要远远比前面讲的 BASH 复杂和功能强大-Unix/Linux scripting: perl Perl part of the design goal is to help UNIX users through some common tasks that are too heavy for Shell or transplanted is too strict. Perl language includes C, C++, shell, script, sed, awk syntax of these languages, its original purpose is to replace UNIX in sed/awk scripting language combinations and used to compile information, generate reports . So far more than Perl language spoken in front of the complex and powerful BASH
Platform: | Size: 34816 | Author: | Hits:

[Linux-UnixIntroduction_to_linux_bash_script

Description: Introduction to write bash shell script
Platform: | Size: 338944 | Author: xiao xu | Hits:
« 1 2 3 4 56 7 8 9 10 11 »

CodeBus www.codebus.net